const vendor/golang.org/x/net/dns/dnsmessage.sectionQuestions
11 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L401: sectionQuestions
message.go#L418: sectionQuestions: "Question",
message.go#L436: case sectionQuestions:
message.go#L582: p.section = sectionQuestions
message.go#L664: if err := p.checkAdvance(sectionQuestions); err != nil {
message.go#L708: if err := p.checkAdvance(sectionQuestions); err != nil {
message.go#L1302: if err := b.startCheck(sectionQuestions); err != nil {
message.go#L1305: b.section = sectionQuestions
message.go#L1340: case sectionQuestions:
message.go#L1362: if b.section < sectionQuestions {
message.go#L1365: if b.section > sectionQuestions {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |